home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / debug / memmon.dir / 00025_PreloadFrame.ls < prev    next >
Encoding:
Text File  |  1995-02-15  |  166 b   |  10 lines

  1. on mouseUp
  2.   global gStartFrame, gEndFrame
  3.   GetValues()
  4.   set now to startTimer()
  5.   tell the stage
  6.     preLoad(gStartFrame, gEndFrame)
  7.   end tell
  8.   PutTime(now)
  9. end
  10.